home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / xref_v1.1.lha / XRef / Tools / rexx / protos.h < prev    next >
Encoding:
Text File  |  1995-01-09  |  871 b   |  23 lines

  1.  
  2. /* rexxxref.asm */
  3.  
  4. /* rexxxref.c */
  5. LibCall struct Library *LibInit ( REGD0 struct RexxXRefBase *rxb , REGA0 BPTR seglist , REGA6 struct Library *sysbase );
  6. LibCall LONG LibOpen ( REGA6 struct RexxXRefBase *rxb );
  7. LibCall LONG LibClose ( REGA6 struct RexxXRefBase *rxb );
  8. LibCall LONG LibExpunge ( REGA6 struct RexxXRefBase *rxb );
  9.  
  10. /* rexxcmdparser.c */
  11. LibCall ULONG RexxCmdParser ( REGA0 struct RexxMsg *rmsg , REGA6 struct RexxXRefBase *rxb );
  12.  
  13. /* findxref.c */
  14. ULONG findxref ( struct ARexxFunction *func , struct RexxMsg *rmsg , STRPTR *argstr , struct RexxXRefBase *rxb );
  15.  
  16. /* expungexref.c */
  17. ULONG expungexref ( struct ARexxFunction *func , struct RexxMsg *rmsg , STRPTR *argstr , struct RexxXRefBase *rxb );
  18.  
  19. /* loadxref.c */
  20. ULONG loadxref ( struct ARexxFunction *func , struct RexxMsg *rmsg , STRPTR *argstr , struct RexxXRefBase *rxb );
  21.  
  22. /* endcode.asm */
  23.